tmem: cleanup: rename 'tmh_' with 'tmem_'
authorBob Liu <lliubbo@gmail.com>
Fri, 8 Nov 2013 01:03:50 +0000 (09:03 +0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 12 Nov 2013 15:15:24 +0000 (10:15 -0500)
commit1f4271763027700168f2aac9b561633c2fccca59
tree6d86d4010790ed78bb373a1dd986624607629e29
parent006a687ba4de74d7933c09b43872abc19f126c63
tmem: cleanup: rename 'tmh_' with 'tmem_'

tmem was designed can be ported to other platform besides xen easily, but I
don't think anybody will port tmem to other platform. And this flexible
character made tmem not easy for understand, there are too many 'tmh_' and
'tmem_' functions and variables.

This patch replace all 'tmh_' functions/variables with 'tmem_' to make code
more readable.

Signed-off-by: Bob Liu <bob.liu@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/common/tmem.c
xen/common/tmem_xen.c
xen/include/xen/tmem_xen.h